home *** CD-ROM | disk | FTP | other *** search
/ Mac Mania 5 / MacMania 5.toast / / Tools&Utilities / Plotfoil 3.2 / naca-1.0 / Installation < prev    next >
Text File  |  1995-09-13  |  1KB  |  28 lines

  1.  
  2. Run the install script to build the library and naca executable. Then
  3. move the eecutable to wherever you like it. 
  4.  
  5. The directory.h header file is automatically generated by the mkdirect
  6. script -- it contains a character string holding the name of the 
  7. directory in which the NACA foil data can be found. The program needs
  8. to see this data to generate 1- and 6-series foils, so if you are intending
  9. to move the data directory to some place apart from where the program was
  10. built, be sure to edit this file.
  11.  
  12. The mkmake script will hopefully identify the OS of your platform, and will
  13. make a makefile for your machine. If you have to create your own Makefile
  14. don't worry -- just check that the compiler names are OK, and that the
  15. flags for ar are correct. Some machines don't have ranlib, so on these
  16. platforms set RANLIB=true. If your machine barfs at the exit() routine, add
  17. EXT=exit.o
  18.  
  19.  
  20. ----------------------------------------------------------------------------
  21.  Stuart Norris                        |
  22.  Email:  norris@cfd.mech.unsw.edu.au  | School of Mechanical Engineering
  23.  Work:   Tel: (+61 2) 385 5738        | University of New South Wales
  24.          Fax: (+61 2) 663 1222        | Sydney 2052
  25.  Home:   Tel: (+61 2) 313 0662        | Australia
  26. ----------------------------------------------------------------------------
  27.  
  28.